interrupt handler (driver)
- interrupt handler (driver)
- подпрограмма (драйвер) прерывания
подпрограмма (драйвер) прерывания
Специальная подпрограмма, выполняющая собственные задачи в соответствии с приоритетом сигналов прерывания (в том числе от системной магистрали).
[Е.С.Алексеев, А.А.Мячев. Англо-русский толковый словарь по системотехнике ЭВМ. Москва 1993]
Тематики
- информационные технологии в целом
EN
- interrupt handler (driver)
Англо-русский словарь нормативно-технической терминологии.
academic.ru.
2015.
Смотреть что такое "interrupt handler (driver)" в других словарях:
Interrupt handler — An interrupt handler, also known as an interrupt service routine (ISR), is a callback subroutine in an operating system or device driver whose execution is triggered by the reception of an interrupt. Interrupt handlers have a multitude of… … Wikipedia
Interrupt — This article is about computer interrupts. For the study of the effect of disruptions on job performance, see Interruption science. In computing, an interrupt is an asynchronous signal indicating the need for attention or a synchronous event in… … Wikipedia
Interrupt storm — In operating systems, an interrupt storm is an event during which a processor receives an inordinate number of interrupts that consume the majority of the processor s time. Interrupt storms are typically caused by hardware devices that do not… … Wikipedia
Interrupt priority level — The interrupt priority level (IPL) is a part of the current system interrupt state, which indicates the interrupt requests that will currently be accepted. The IPL may be indicated in hardware by the registers in a Programmable Interrupt… … Wikipedia
Kernel-Mode Driver Framework — The Kernel Mode Driver Framework (KMDF) is a driver framework developed by Microsoft as a tool to aid driver developers create and maintain Kernel mode device drivers for Windows 2000. The original release of KMDF only supported Windows XP and… … Wikipedia
подпрограмма (драйвер) прерывания — Специальная подпрограмма, выполняющая собственные задачи в соответствии с приоритетом сигналов прерывания (в том числе от системной магистрали). [Е.С.Алексеев, А.А.Мячев. Англо русский толковый словарь по системотехнике ЭВМ. Москва 1993] Тематики … Справочник технического переводчика
IF (x86 flag) — IF (Interrupt Flag) is a system flag bit in the x86 architecture s FLAGS register, which determines whether or not the CPU will handle maskable hardware interrupts.cite web |url=http://download.intel.com/design/PentiumII/manuals/24319102.PDF|forma… … Wikipedia
Deferred Procedure Call — A Deferred Procedure Call (DPC) is a Microsoft Windows operating system mechanism which allows high priority tasks (e.g. an interrupt handler) to defer required but lower priority tasks for later execution. This permits device drivers and other… … Wikipedia
Context switch — For other uses, see Switch (disambiguation). A context switch is the computing process of storing and restoring the state (context) of a CPU so that execution can be resumed from the same point at a later time. This enables multiple processes to… … Wikipedia
Real-time operating system — A real time operating system (RTOS; generally pronounced as are toss ) is a multitasking operating system intended for real time applications. Such applications include embedded systems (programmable thermostats, household appliance controllers,… … Wikipedia
Intel 8259 — The Intel 8259 is a family of Programmable Interrupt Controllers (PICs) designed and developed for use with the Intel 8085 and Intel 8086 8 bit and 16 bit microprocessors. The family originally consisted of the 8259, 8259A, and 8259B PICs, though … Wikipedia